Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #30: As a Devops, I would like to rework the file structure in this directory #37

Conversation

SonOfLope
Copy link
Contributor

@SonOfLope SonOfLope commented Feb 7, 2024

This pull request revamps the repository's folder structure, ensuring alignment with industry best practices and enhancing clarity based on our specific requirements. We want to adopt best practices according to our goal of replicating the infrastructure across various environments hosted in separate accounts.

For Terraform, in line with our vision of multi-environment infrastructure, we have adopted a structure endorsed by this guide which is designed for manageability across different environments with different accounts:
image

In the case of Kubernetes, we are consolidating all Kubernetes manifests within a single monorepo, following the structure recommended by this guide. This structure is similar to a project Thomas and me have previously worked on) :
image
For our current needs, the current folder structure for Kubernetes is enough and no modifications are currently needed.

  • : The Terraform folder structure has been updated to align with the recommended practices.

@SonOfLope SonOfLope linked an issue Feb 7, 2024 that may be closed by this pull request
2 tasks
@SonOfLope
Copy link
Contributor Author

Updated terraform pipeline to only be applied on commits pushed to main and not on pull request's

@SonOfLope SonOfLope marked this pull request as draft February 7, 2024 20:55
@SonOfLope
Copy link
Contributor Author

Converted to draft until Kubernetes folder structure is updated.

@SonOfLope SonOfLope marked this pull request as ready for review February 8, 2024 14:15
.github/workflows/workflow.yaml Outdated Show resolved Hide resolved
@SonOfLope SonOfLope merged commit 623b979 into main Feb 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

As a Devops, I would like to rework the file structure in this directory
3 participants